home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // LTSampleDlg.h : header file
- //
-
- #if !defined(AFX_LTSAMPLEDLG_H__3117618E_A076_11D1_B79F_000021452DB6__INCLUDED_)
- #define AFX_LTSAMPLEDLG_H__3117618E_A076_11D1_B79F_000021452DB6__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
-
- class CLTSampleDlgAutoProxy;
-
- /////////////////////////////////////////////////////////////////////////////
- // CLTSampleDlg dialog
-
- class CLTSampleDlg : public CDialog
- {
- DECLARE_DYNAMIC(CLTSampleDlg);
- friend class CLTSampleDlgAutoProxy;
-
- // Construction
- public:
- CLTSampleDlg(CWnd* pParent = NULL); // standard constructor
- virtual ~CLTSampleDlg();
-
- // Dialog Data
- //{{AFX_DATA(CLTSampleDlg)
- enum { IDD = IDD_LTSAMPLE_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CLTSampleDlg)
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- CLTSampleDlgAutoProxy* m_pAutoProxy;
- HICON m_hIcon;
- IApplication *m_pLocalApp;
- IApplication *m_pInprocApp;
- IApplication *m_pApp;
- CViewWnd m_wndView;
-
- int m_iVersion;
-
- void SyncToApplication(IApplication *pApp, BOOL bGetSelection = FALSE);
- void AddDrawingToList(CComboBox *pDwgList, IDrawing *pIDwg);
- BOOL CanExit();
-
- // Generated message map functions
- //{{AFX_MSG(CLTSampleDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnClose();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnMergedrawing();
- afx_msg void OnOpendrawing();
- afx_msg void OnPaste();
- afx_msg void OnPropertysymbol();
- afx_msg void OnSavedrawing();
- afx_msg void OnSelectsymbol();
- afx_msg void OnCreateapp();
- afx_msg void OnSetview();
- afx_msg void OnNewdrawing();
- afx_msg void OnLocalmode();
- afx_msg void OnInprocmode();
- afx_msg void OnDrawingProperty();
- afx_msg void OnClosedrawing();
- afx_msg void OnExplodesymbol();
- afx_msg void OnQuery();
- afx_msg void OnCopysymbol();
- afx_msg void OnAddsymbol();
- afx_msg void OnDeletesymbol();
- afx_msg void OnAppproperty();
- afx_msg void OnOptions();
- afx_msg void OnGetblock();
- afx_msg void OnZoomIn();
- afx_msg void OnZoomOut();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_LTSAMPLEDLG_H__3117618E_A076_11D1_B79F_000021452DB6__INCLUDED_)
-